'Declaration
Public Overloads Shared Function TryParse( _ ByVal source As String, _ ByRef result As Range(Of T) _ ) As Boolean
Parameters
- source
- The string to parse
- result
- Returns the parsed range
Return Value
A boolean value indicating whether the source was successfully parsed.